public interface Edible { int getCalories(); String getFoodGroup(); }