public function compare(Length $length)
 {
     return bccomp($this->toBase(), $length->toBase());
 }