factory ChoiceEntity.fromJson(Map<String, dynamic> json) => ChoiceEntity( label: json["label"], value: json["value"], );