public ReportData(String description, String data) {
   this(UserData.getLocalUserData().getUser_id(), data, description);
 }