Map<String, dynamic> toJson() { return { 'textSelect': textSelect.map((item) => item.toJson()).toList(), }; }