double remainingProteinNeedPerDay(double completedProteinPerDay) { return getTotalProteinNeedPerDay() - completedProteinPerDay; }