public void updateValues()
 {
     hunger.text    = "Food Levels: " + profiles.getHunger();
     happiness.text = "Happiness Levels: " + profiles.getHappiness();
 }