/**
  * Generates a simple exemplar of this class to test serialization.
  *
  * @see edu.cmu.TestSerialization
  * @see TetradSerializableUtils
  */
 public static DataWrapper serializableInstance() {
   return new SimulateFromCovWrapper(new DataWrapper(DataUtils.continuousSerializableInstance()));
 }