public String getCalories() {
   return workout.getCalories() + " calories";
 }