Lifecycle.State getState() {
   return lifecycle.getState();
 }
 boolean isStarted() {
   return lifecycle.getState() == Lifecycle.State.STARTED;
 }