@override Map<String, dynamic> toJson(List<Text> object) => {'otherText': object.map((b) => b.toJson())};