/** BASIC OPERATIONS **/
 public function save()
 {
     $this->resetHash();
     return $this->games->save($this);
 }