package step.core; public interface StepObject { String toString(StepAbstractRepository repo) throws Exception; }