I am using Room to store data for my entity objects. Room requires that all fields be publicly accessible(with getters/setters). I also use this object as my Model in the MV