Meal Option
data class MealOption(val name: String, var isChosen: MutableState<Boolean> = mutableStateOf(false))
data class to describe the type of restrictions that user may want to impose
data class to describe the type of restrictions that user may want to impose