_.each(this.childs, function(child){
        parentJSON.childs.push(child.toJSON(matrix));
    });