Abstraction of a conversion function from one unit of measure to
another compatible unit of measure.
All subclasses of Conversion will implement the method convert,
which encapsulates any information and function needed to convert
between the two units of measure.
Only deals in doubles for now.