public static void foodMethods(Food food) {
   food.onSelect();
   food.eat();
 }