protected function createObject($path, $format, array $options = array())
 {
     $factory = new WriterFactory();
     return $factory->createGenericLineWriter($path, $format, $options);
 }