@Override
  public String getStatusReport() throws RemoteException {

    return dataBaseOpeartions.getAllUsersStatus();
  }