You forgot the (). Remember you are calling a method that returns a value, not directly getting a variable from your counter.
if (simpleCounter.getValue() == 0);
{
Greenfoot.stop();
}