public function testToString()
 {
     $concentration = new Concentration(3.0E-6);
     $this->assertEquals('3ppm', $concentration->__toString());
 }