public bool NeedsToEat()
 {
     return(Vitals.NeedsToEat());
 }