Draft: Modify Conversion class to use a LazySamplesDict
The purpose of this MR is to modify how conversions are done in PESummary. Rather than running all transformations (even those that the user doesn't want), it now only runs transformations that the user requests. This builds upon @daniel.wysocki's suggestion in #283.
Edited by Charlie Hoy