public function testDescription()
 {
     $this->assertSame($this->entity, $this->entity->setDescription('Foo'));
     $this->assertSame('Foo', $this->entity->getDescription());
 }