getPropertyNames: function() {
        var result = [];
        var steps = this.steps;

        for(var i = 0; i < steps.length; ++i) {