@Override
 public synchronized void pause() {
   super.pause();
   stopWatch.pause();
   mediaPlayerBackgroundSounds.pause();
   missionActivity.toggleOff();
   timeWhenPaused = System.nanoTime();
   timerHandler.removeCallbacks(mPlayNextAudioTask);
 }