Strange access to data class

Instead

function setup() {
    createCanvas(400, 400, WEBGL);

    console.log(myTest.groupe);

}

What happens now???