
public interface Writable
{
    public String toString();
    
    public void writeOutput();
}
