Map<String, dynamic> toJson() { return Map<String, dynamic>.from({ "index": index, "option": option, }); }