protected String buildSMSText() {
   NutritionMonthlyReportData report = NutritionMonthlyReportData.get();
   return report.buildSMSText();
 }