public override string ToString() { return(User.Name + " " + Foods.First().Key.Calories *Foods.First().Value); }