public function __construct(Player $occupiedBy)
 {
     parent::__construct(0);
     $this->occupiedBy = new Token($occupiedBy, new TokenNumber(1), $this);
 }