double remainingFatNeedPerDay(double completedFatPerDay) { return getTotalFatNeedPerDay() - completedFatPerDay; }