public Tomato(Food meal) { description = "Tomato"; this.meal = meal; }
public Egg(Food meal) { description = "Egg"; this.meal = meal; }