findParents (index) {
        let finished = false;
        let result = [];
        while (!finished) {
            index = this.list[index];