/**
  * get list of journey with title and id
  *
  * @return array
  */
 public function lists()
 {
     return $this->journey->lists('title', 'id');
 }