getGroups(): Array<Group> {
        return this.vault._groups.filter((group) => group.getParentGroup() === this);
    }