double remainingCalorieNeedPerDay(double completedCaloriesPerDay) { return getTotalCalorieNeedPerDay() - completedCaloriesPerDay; }