@override Map<String, dynamic> toJson() { final Map<String, dynamic> json = super.toJson(); json['option'] = option.toJson(); return json; }